home *** CD-ROM | disk | FTP | other *** search
- object LogUpdateDlg: TLogUpdateDlg
- Left = 13
- Top = 121
- ActiveControl = Edit1
- BorderStyle = bsDialog
- Caption = 'Add New Call Log Record'
- ClientHeight = 365
- ClientWidth = 399
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 120
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 16
- object SpeedButton1: TSpeedButton
- Left = 305
- Top = 329
- Width = 89
- Height = 30
- Caption = 'Help'
- Glyph.Data = {
- 06020000424D0602000000000000760000002800000028000000140000000100
- 0400000000009001000000000000000000000000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 777777777778887777777777777777777777777777777777778AA87777777777
- 777777788777777777777777778AA87777777777777777788777777777777777
- 78AA87774447777777777788777788877777778878AA87774447777777877788
- 777788877777778A8AA877777777777777887887777777777777778AAAA87777
- 4487777777888887777788777777778AAAAAA877448777777788888888778877
- 7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
- 77888888777777887777778AAA8778447784487777888887778877788777778A
- A87774487774447777888877788777788877778A877774487774447777888777
- 7887777888777788777777447784487777887777778877788777778777777774
- 4444877777877777777888887777777777777777777777777777777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 77777777777777777777}
- NumGlyphs = 2
- OnClick = SpeedButton1Click
- end
- object Button2: TButton
- Left = 119
- Top = 329
- Width = 89
- Height = 30
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 3
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 212
- Top = 329
- Width = 89
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object GroupBox3: TGroupBox
- Left = 8
- Top = 232
- Width = 385
- Height = 91
- Caption = 'Call Statistics'
- TabOrder = 2
- object Label6: TLabel
- Left = 16
- Top = 24
- Width = 73
- Height = 18
- AutoSize = False
- Caption = '&Started'
- FocusControl = SDate
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label8: TLabel
- Left = 230
- Top = 25
- Width = 45
- Height = 18
- Alignment = taCenter
- AutoSize = False
- Caption = '&at'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label10: TLabel
- Left = 230
- Top = 57
- Width = 45
- Height = 18
- Alignment = taCenter
- AutoSize = False
- Caption = 'a&t'
- FocusControl = ETime
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 56
- Width = 81
- Height = 18
- AutoSize = False
- Caption = '&Finished'
- FocusControl = SDate
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object STime: TTimeEdit
- Left = 285
- Top = 22
- Width = 90
- Height = 24
- AutoSize = False
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- Text = '19:55'
- end
- object ETime: TTimeEdit
- Left = 285
- Top = 54
- Width = 90
- Height = 24
- AutoSize = False
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- Text = '19:55'
- end
- object SDate: TComboBox
- Left = 96
- Top = 21
- Width = 129
- Height = 24
- DropDownCount = 0
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 0
- Text = 'SDate'
- OnDropDown = SDateDropDown
- end
- object EDate: TComboBox
- Left = 96
- Top = 53
- Width = 129
- Height = 24
- DropDownCount = 0
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 2
- Text = 'DateBox'
- OnDropDown = SDateDropDown
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 93
- Width = 385
- Height = 135
- Caption = '&Call Comment'
- TabOrder = 1
- object Edit2: TMemo
- Left = 8
- Top = 21
- Width = 369
- Height = 106
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 255
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 385
- Height = 81
- Caption = 'Call Details'
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 81
- Height = 18
- AutoSize = False
- Caption = 'Call to'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 16
- Top = 48
- Width = 73
- Height = 18
- AutoSize = False
- Caption = '&Number'
- FocusControl = Edit1
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Callto: TLabel
- Left = 96
- Top = 24
- Width = 275
- Height = 18
- AutoSize = False
- Caption = 'Call to'
- ShowAccelChar = False
- end
- object Edit1: TEdit
- Left = 96
- Top = 45
- Width = 279
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 255
- ParentFont = False
- TabOrder = 0
- Text = 'Edit1'
- end
- end
- object Cal: TEPCalendarPopup
- FirstYear = 1900
- LastYear = 2100
- OnClick = CalClick
- Top = 332
- end
- object Cal2: TEPCalendarPopup
- FirstYear = 1900
- LastYear = 2100
- OnClick = Cal2Click
- Left = 32
- Top = 332
- end
- object ODSHelp1: TODSHelp
- HelpText.Strings = (
- 'Button2'
- 'Button3'
- 'Cal'
- 'Cal2'
- 'Callto'
- 'EDate'
- 'Edit1'
- 'Edit2'
- 'ETime'
- 'GroupBox1'
- 'GroupBox2'
- 'GroupBox3'
- 'Label1'
- 'Label10'
- 'Label2'
- 'Label3'
- 'Label6'
- 'Label8'
- 'ODSHelp1'
- 'SDate'
- 'SpeedButton1'
- 'STime')
- HelpText.HelpData = {
- 1600010000520054686520627574746F6E207768656E20707265737365642C20
- 77696C6C20636C6F73652074686520646973706C61796564206469616C6F6775
- 6520736176696E6720616E7920696E707574206D6164652E00010E0000000100
- 003B0054686520627574746F6E207768656E20707265737365642C2077696C6C
- 2063616E63656C207468652043616C6C204C6F6720726571756573742E00010E
- 0000000100000000010000000001000000000100000000010000480054686973
- 20726561642D6F6E6C79206669656C6420646973706C61797320746865206E61
- 6D65206F662074686520706572736F6E206F7220636F6D70616E792063616C6C
- 65642E00010E000000010000DD0054686973206669656C642064657461696C73
- 2074686520646174652074686174207468652074656C6570686F6E652063616C
- 6C2077617320636F6D706C657465642E200D0A0D0A546F206368616E67652074
- 68697320646174652C2073696D706C79207479706520746865206E6577207661
- 6C7565206469726563746C7920696E746F20746865206669656C642C206F7220
- 75736520746865202264726F702D646F776E22206172726F7720616E64207365
- 6C6563742074686520646174652066726F6D2074686520646973706C61796564
- 2063616C656E6461722E00010E000000010000A80054686973206669656C6420
- 64657461696C73207468652074656C6570686F6E65206E756D62657220746861
- 74207761732063616C6C656420666F7220746869732063616C6C206C6F672065
- 6E7472792E0D0A0D0A546F206368616E67652074686973206669656C642C2073
- 696D706C79207479706520746865206E65772074656C6570686F6E65206E756D
- 626572206469726563746C7920696E746F20746865206669656C642E00010E00
- 0000010000DF0054686973206669656C642064657461696C732074686520636F
- 6D6D656E7420746861742077617320656E7465726564207768656E2074686520
- 74656C6570686F6E652063616C6C20776173206D6164652E0D0A0D0A546F2063
- 68616E67652074686973206669656C642C2073696D706C792074797065207468
- 65206E657720636F6D6D656E74206469726563746C7920696E746F2074686520
- 6669656C642E0D0A0D0A4E6F74653A2074686973206669656C64206973206C69
- 6D6974656420746F2061206D6178696D756D206F662032353520636861726163
- 746572732E00010E0000000100008D0154686973206669656C64206465746169
- 6C73207468652074696D65207468652074656C6570686F6E652063616C6C2077
- 617320636F6D706C657465642E0D0A0D0A546F206368616E6765207468697320
- 6669656C642C2073696D706C79207479706520746865206E657720636F6D6D65
- 6E74206469726563746C7920696E746F20746865206669656C64206F72207573
- 652074686520696E6372656D656E74616C20757020616E6420646F776E206172
- 726F777320746F20616C746572207468652074696D652E20546865736520696E
- 6372656D656E74616C206172726F77732C20776F726B2062792061646A757374
- 696E67207468652074696D65207061727420746861742069732063757272656E
- 746C7920686967686C6967687465642E20466F72206578616D706C652C20746F
- 2061646A7573742074686520686F7572732C20706F736974696F6E2074686520
- 637572736F7220696E2074686520686F7572207061727420616E64207468656E
- 207573652074686520757020616E6420646F776E206172726F77732E00010E00
- 0000010000000001000000000100000000010000000001000000000100000000
- 0100000000010000000001000000000100000000010000000001000000000100
- 0000000100000000010000000001000000000100000000010000000001000000
- 000100000000010000DB0054686973206669656C642064657461696C73207468
- 6520646174652074686174207468652074656C6570686F6E652063616C6C2077
- 617320737461727465642E200D0A0D0A546F206368616E676520746869732064
- 6174652C2073696D706C79207479706520746865206E65772076616C75652064
- 69726563746C7920696E746F20746865206669656C642C206F72207573652074
- 6865202264726F702D646F776E22206172726F7720616E642073656C65637420
- 74686520646174652066726F6D2074686520646973706C617965642063616C65
- 6E6461722E00010E000000010000000001000000000100008B01546869732066
- 69656C642064657461696C73207468652074696D65207468652074656C657068
- 6F6E652063616C6C2077617320737461727465642E0D0A0D0A546F206368616E
- 67652074686973206669656C642C2073696D706C79207479706520746865206E
- 657720636F6D6D656E74206469726563746C7920696E746F2074686520666965
- 6C64206F72207573652074686520696E6372656D656E74616C20757020616E64
- 20646F776E206172726F777320746F20616C746572207468652074696D652E20
- 546865736520696E6372656D656E74616C206172726F77732C20776F726B2062
- 792061646A757374696E67207468652074696D65207061727420746861742069
- 732063757272656E746C7920686967686C6967687465642E20466F7220657861
- 6D706C652C20746F2061646A7573742074686520686F7572732C20706F736974
- 696F6E2074686520637572736F7220696E2074686520686F7572207061727420
- 616E64207468656E207573652074686520757020616E6420646F776E20617272
- 6F77732E00010E000000}
- Color = 15269887
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = True
- MaxWidth = 300
- MoreText = 'More Information...'
- Left = 72
- Top = 332
- end
- end
-